home *** CD-ROM | disk | FTP | other *** search
/ Maclife 5 / MACLIFE05-No-85-1995.ISO.7z / MACLIFE05-No-85.ISO / FreeWare / MACUSL / Meditor DELTA 63.sit / Meditor D63 Folder / Effects Table < prev    next >
Text File  |  1995-06-14  |  6KB  |  153 lines

  1. Effects
  2.  
  3. Effect                              Arguments                                           
  4. 00-xy  Arpeggio                       x - First Seminotes        y - Second Seminotes
  5. 01-xx  Portamento Up                 xx - Speed
  6. 02-xx  Portamento Down               xx - Speed
  7. 03-xx  Portamento                    xx - Speed
  8. 04-xy  Vibrato                        x - Speed                  y - Depth
  9. 05-xy  Portamento + Volume Slide      x - Up Speed               y - Down Speed
  10. 06-xy  Vibrato + Volume Slide         x - Up Speed               y - Down Speed
  11. 09-xx  Sample Offset                 xx - Offset / $100
  12. 0A-xy  Volume Slide                   x - Up Speed               y - Down Speed
  13. 0B-xx  Position Jump                 xx - Destination Pos. #
  14. 0C-xx  Set Volume                    xx - Volume
  15. 0D-xx  Pattern Break                 xx - Destination Step #
  16. 0E-xy  Misc Effect (see below)
  17.   0E-1x  Fine Portamento Up           x - Speed
  18.   0E-2x  Fine Portamento Down         x - Speed
  19.   0E-9x  Retrigger Note               x - Interval
  20.   0E-Ax  Fine Volume Slide Up         x - Speed
  21.   0E-Bx  Fine Volume Slide Down       x - Speed
  22.   0E-Cx  Cut Note                     x - Delay
  23.   0E-Dx  Delay Note                   x - Delay
  24.   0E-Ex  Delay Pattern                x - Delay
  25.  
  26. 0F-xx  Set Speed                     xx - Speed
  27.  
  28. Following effects are supported only in MMF.
  29.  
  30. 21-xy  Arpeggio                       x - First Seminotes        y - Second Seminotes
  31. 22-xy  Arpeggio 2                     x - First Seminotes        y - Second Seminotes
  32. 23-xy  Arpeggio 3                     x - First Seminotes        y - Second Seminotes
  33. 24-xx  Sample Offset                 xx - Offset / $100
  34. 25-xx  Retrigger Note                xx - Interval
  35. 26-xx  Cut Note                      xx - Delay
  36. 27-xx  Delay Note                    xx - Delay
  37.  
  38. 41-xx  Tremolo
  39. 42-xx  Volume Step                   xx - Amount in signed byte
  40. 43-xx  Volume Slide                  xx - Amount in signed byte
  41. 44-xx  Set Volume                    xx - Volume
  42. 45-xx  Stereo Position
  43. 46-xx  Tremolo Type
  44.  
  45. 61-xx  Portamento Up                 xx - Speed
  46. 62-xx  Portamento Down               xx - Speed
  47. 63-xx  Portamento                    xx - Speed
  48. 64-xy  Vibrato                        x - Speed                  y - Depth
  49. 65-xy  Portamento + Volume Slide      x - Vol Up Speed           y - Vol Down Speed
  50. 66-xy  Vibrato + Volume Slide         x - Vol Up Speed           y - Vol Down Speed
  51. 67-xx  Note Step                     xx - Amount in signed byte
  52. 68-xx  Note Slide                    xx - Amount in signed byte
  53. 69-xx  Portamento Step Up            xx - Amount
  54. 6A-xx  Portamento Step Down          xx - Amount
  55. 6B-xx  Glissando Type                xx - Type
  56. 6C-xx  Vibrato Type                  xx - Type
  57. 6D-xx  Fine Tune                     xx - Amount in signed byte
  58. 6E-xx  Pitch Bend                    xx - Amount in signed byte
  59. 6F-xy  Modulation
  60.  
  61.  
  62.  
  63. 0-xy  Arpeggio                      
  64.    Plays note by "the note, the note + x seminotes, the note + y seminotes."
  65.    0-00 is a normal play.
  66.  
  67. 1-xx  Portamento Up                 
  68.    Slides pitch of note up by xx.
  69.    Sliding continues while the note is being played.
  70.    1-00 continues old slide.
  71.  
  72. 2-xx  Portamento Down               
  73.    Slides pitch of note down by xx.
  74.    Sliding continues while the note is being played.
  75.    2-00 continues old slide.
  76.  
  77. 3-xx  Portamento                    
  78.    Slides pitch of sound being played to the note by xx.
  79.    Sliding continues while the note is being played or until the pitch reaches the note.
  80.    3-00 continues old slide.
  81.  
  82. 4-xy  Vibrato                       
  83.    Performs vibrato.
  84.    x specifies speed of vibrato and y specifies depth of vibrato.
  85.    4-00 continues old vibrato.
  86.  
  87. 5-xy  Portamento + Volume Slide     
  88.    This effect is equivalent to 3-00 + A-xy.
  89.    See A-xy Volume Slide effect.
  90.  
  91. 6-xy  Vibrato + Volume Slide        
  92.    This effect is equivalent to 4-00 + A-xy.
  93.    See A-xy Volume Slide effect.
  94.  
  95. 9-xx  Sample Offset                 
  96.    Plays instrument sample from offset of $xx00.
  97.  
  98. A-xy  Volume Slide                  
  99.    Slides volume of sound up by x, or
  100.    slides volume of sound down by y.
  101.    Sliding continues while the note is being played.
  102.    If x and y are both non-zero value, y will be ignored (means slide up will occur).
  103.  
  104. B-xx  Position Jump                 
  105.    Jumps to position xx. 
  106.  
  107. C-xx  Set Volume                    
  108.    Sets volume of sound to xx.
  109.    xx must be between $00 and $40.
  110.  
  111. D-xx  Pattern Break                 
  112.    Stops playing the current position and jumps to step xx of next position.
  113.    xx must be between $00 and $64.
  114.    NOTE : xx is in BCD ($13 is 13, not 19).
  115.  
  116. E-1x  Fine Portamento Up            
  117.    Slides pitch of note up by x.
  118.    Sliding occurs only once.
  119.  
  120. E-2x  Fine Portamento Down          
  121.    Slides pitch of note down by x.
  122.    Sliding occurs only once.
  123.  
  124. E-9x  Retrigger Note                
  125.    Plays note every x ticks.
  126.  
  127. E-Ax  Fine Volume Slide Up          
  128.    Slides volume of sound up by x.
  129.    Sliding occurs only once.
  130.  
  131. E-Bx  Fine Volume Slide Down        
  132.    Slides volume of sound down by x.
  133.    Sliding occurs only once.
  134.  
  135. E-Cx  Cut Note                      
  136.    Cuts note after x ticks.
  137.  
  138. E-Dx  Delay Note                    
  139.    Plays note after x ticks.
  140.  
  141. E-Ex  Delay Pattern                 
  142.    Delays pattern for x steps.
  143.  
  144. F-xx  Set Speed                     
  145.    If xx < $20
  146.       Sets ticks per step to xx.
  147.       Default TPS is 6.
  148.  
  149.    If xx >= $20
  150.       Sets beat per minute to xx.
  151.       Default BPM is 125 ($7D).
  152.  
  153.